From: Glenn Morris Date: Sun, 17 Jan 2010 02:54:35 +0000 (-0800) Subject: (semantic-idle-work-for-one-buffer): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8690 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a81d315d9b1352306002d75ee4d727f7b0312a0b;p=emacs.git (semantic-idle-work-for-one-buffer): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2eb180fe399..1d44cc83013 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-01-17 Glenn Morris + + * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix. + 2010-01-17 Juanma Barranquero * cedet/semantic.el (semantic-mode): diff --git a/lisp/cedet/semantic/idle.el b/lisp/cedet/semantic/idle.el index cf107232645..bc314bb547e 100644 --- a/lisp/cedet/semantic/idle.el +++ b/lisp/cedet/semantic/idle.el @@ -338,7 +338,7 @@ Disable to prevent lots of excessive parsing in idle time." (defun semantic-idle-work-for-one-buffer (buffer) "Do long-processing work for BUFFER. Uses `semantic-safe' and returns the output. -Returns t of all processing succeeded." +Returns t if all processing succeeded." (with-current-buffer buffer (not (and ;; Just in case